From: borutr Date: Tue, 4 Jul 2006 16:01:37 +0000 (+0000) Subject: replace .cc with .c X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=a2c19ef9599c5fcd6430833724b846014f397749;p=fw%2Fsdcc replace .cc with .c git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@4267 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/as/z80/Makefile.in b/as/z80/Makefile.in index 8415e011..a7fc1973 100644 --- a/as/z80/Makefile.in +++ b/as/z80/Makefile.in @@ -30,7 +30,7 @@ all: dep $(BINS) dep: Makefile.dep Makefile.dep: $(SRC) $(srcdir)/*.h - $(CPP) $(CPPFLAGS) $(M_OR_MM) $(filter %.cc,$^) > Makefile.dep + $(CPP) $(CPPFLAGS) $(M_OR_MM) $(filter %.c,$^) > Makefile.dep ifeq "$(findstring $(MAKECMDGOALS),uninstall check installcheck installdirs \ clean distclean mostlyclean realclean)" ""