summaryrefslogtreecommitdiff
path: root/misc/rpm/patches/patch-aa
blob: 40f5f1288ef7228ed27afede040a0cc036cff234 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- build/Makefile.in.orig	Wed May 27 16:49:37 1998
+++ build/Makefile.in	Wed Jul 29 12:46:55 1998
@@ -15,7 +15,7 @@
 
 # -----------------------------------------------------------------------
 
-include ../Makefile.inc
+.include "../Makefile.inc"
 
 TARGET=everything
 
@@ -44,6 +44,6 @@
 	$(CPP) $(CFLAGS) -MM $(srcdir)/*.c | \
 	    sed s+$$topdir_path+$(top_srcdir)+g > .depend
 
-ifeq (.depend,$(wildcard .depend))
-include .depend
-endif
+.if exists(.depend)
+.include ".depend"
+.endif