Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Makefile: disable default implicit rules
[gitweb.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index 1811a9e74eaec83a83f2803f70a41e03e4d95786..8d3299a8f0ab388b8b1f23e180a65b411f7d6f39 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-1672,6
+1672,8
@@
GIT_OBJS := $(LIB_OBJS) $(BUILTIN_OBJS) $(TEST_OBJS) \
XDIFF_OBJS = xdiff/xdiffi.o xdiff/xprepare.o xdiff/xutils.o xdiff/xemit.o \
xdiff/xmerge.o xdiff/xpatience.o
+.SUFFIXES:
+
%.o: %.c GIT-CFLAGS
$(QUIET_CC)$(CC) -o $*.o -c $(ALL_CFLAGS) $<
%.s: %.c GIT-CFLAGS FORCE