Skip to content

Commit

Permalink
Makefiles can have various names now.
Browse files Browse the repository at this point in the history
  • Loading branch information
Traumflug committed Jan 9, 2013
1 parent 5fc1831 commit 43a4ed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile-common
Expand Up @@ -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 $@ $<

Expand Down

0 comments on commit 43a4ed1

Please sign in to comment.