replace .cc with .c
authorborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Tue, 4 Jul 2006 16:01:37 +0000 (16:01 +0000)
committerborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Tue, 4 Jul 2006 16:01:37 +0000 (16:01 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@4267 4a8a32a2-be11-0410-ad9d-d568d2c75423

as/z80/Makefile.in

index 8415e011ad88149b7867e43fa3f570f0f2d580c4..a7fc197353b08c3d34c4e66ebc22f84800e1ffff 100644 (file)
@@ -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)" ""