summaryrefslogtreecommitdiff
path: root/misc/rpm/patches/patch-ac
blob: 71db9e0a40c5489d0447c21aa1b7789fa30b9ca5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- misc/Makefile.in.orig	Wed May 27 16:49:41 1998
+++ misc/Makefile.in	Wed Jul 29 12:46:56 1998
@@ -2,7 +2,7 @@
 top_srcdir = @top_srcdir@
 VPATH = @srcdir@
 
-include ../Makefile.inc
+.include "../Makefile.inc"
 
 LIBOBJECTS = @MISCOBJS@ 
 LIBMISC = libmisc.a
@@ -32,6 +32,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