projects
/
mkws-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
245062e
)
Make Makefile compatible with Make 4.x MKWS-331
author
Jason Skomorowski
<jason@indexdata.com>
Mon, 10 Nov 2014 15:05:17 +0000
(10:05 -0500)
committer
Jason Skomorowski
<jason@indexdata.com>
Mon, 10 Nov 2014 15:05:17 +0000
(10:05 -0500)
Removes catch-all rule to remove $DEST and copy things over it.
src/Makefile
patch
|
blob
|
history
diff --git
a/src/Makefile
b/src/Makefile
index
51f399e
..
f2f10b9
100644
(file)
--- a/
src/Makefile
+++ b/
src/Makefile
@@
-79,11
+79,6
@@
$(DEST)/${PP2_FILE}:
curl -sSf "${PP2_URL}" -o $@.tmp
mv -f $@.tmp $@
-$(DEST)/%: %
- rm -f $@
- cp $? $@
- chmod 444 $@
-
release: $(RELEASABLE)
@if [ -f ${DEST}/releases/mkws-$(VERSION).js ]; then \
echo "*** There is already a release $(VERSION)"; \