Makefiles can have various names now.

This commit is contained in:
Markus Hitter 2013-01-09 13:06:00 +01:00
parent 64560eda45
commit 03d49a1a87
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ $(DEPEND): $(SOURCES)
# pull in dependency info
-include $(DEPEND)
$(BUILDDIR)/%.o: %.c config.h Makefile Makefile-common
$(BUILDDIR)/%.o: %.c config.h $(MAKEFILE_LIST)
@echo " CC $@"
@$(CC) -c $(CFLAGS) -Wa,-adhlns=$(@:.o=.al) -o $@ $<