]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Fix 'depend' target.
authorMika Lindqvist <postmaster@raasu.org>
Thu, 21 Apr 2016 16:03:46 +0000 (19:03 +0300)
committerHans Kristian Rosbach <hk-git@circlestorm.org>
Mon, 30 Jan 2017 12:51:40 +0000 (13:51 +0100)
Makefile.in

index 74727f15b70f0bb02dafefec91a9f40bb76b5e30..dbcc2309ef7f61269455a44588e38e965a336e04 100644 (file)
@@ -295,8 +295,8 @@ tags:
        etags $(SRCDIR)/*.[ch]
 
 depend:
-       makedepend -- $(CFLAGS) -- $(SRCDIR)/*.[ch]
-       makedepend -a -o.lo -- $(SFLAGS) -- $(SRCDIR)/*.[ch]
+       makedepend -Y -- $(CFLAGS) -- $(SRCDIR)/*.c
+       makedepend -Y -a -o.lo -- $(SFLAGS) -- $(SRCDIR)/*.c
        @sed "s=^$(SRCDIR)/\([a-zA-Z0-9_]*\.\(lo\|o\):\)=\1=g" < Makefile > Makefile.tmp
        @mv -f Makefile.tmp Makefile