chiark
/
gitweb
/
~mdw
/
preload-hacks
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Makefile (all, clean): Make these be double-colon targets.
[preload-hacks]
/
Makefile
diff --git
a/Makefile
b/Makefile
index 519270ee78365b73eeab1313c781b200826e2fbb..e6ddd66516624080f4cbd0c7b0dcbc0c7f39b4b3 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-138,12
+138,12
@@
DISTFILES += $(patsubst %, debian/%.lintian-overrides, \
###--------------------------------------------------------------------------
### Building.
-all: $(TARGETS)
+all:
:
$(TARGETS)
.PHONY: ALL
CLEAN += $(TARGETS)
CLEAN += *.o
-clean:
+clean:
:
rm -f $(CLEAN)
.PHONY: clean