Makefiles can have various names now.
This commit is contained in:
parent
64560eda45
commit
03d49a1a87
|
|
@ -76,7 +76,7 @@ $(DEPEND): $(SOURCES)
|
||||||
# pull in dependency info
|
# pull in dependency info
|
||||||
-include $(DEPEND)
|
-include $(DEPEND)
|
||||||
|
|
||||||
$(BUILDDIR)/%.o: %.c config.h Makefile Makefile-common
|
$(BUILDDIR)/%.o: %.c config.h $(MAKEFILE_LIST)
|
||||||
@echo " CC $@"
|
@echo " CC $@"
|
||||||
@$(CC) -c $(CFLAGS) -Wa,-adhlns=$(@:.o=.al) -o $@ $<
|
@$(CC) -c $(CFLAGS) -Wa,-adhlns=$(@:.o=.al) -o $@ $<
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue