projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ebc1c6
)
add dummy 'add2lib' target to Grammar/Makefile so non-GNU makes don't bail out
author
Trent Mick
<trentm@activestate.com>
Wed, 16 Aug 2000 19:02:06 +0000
(19:02 +0000)
committer
Trent Mick
<trentm@activestate.com>
Wed, 16 Aug 2000 19:02:06 +0000
(19:02 +0000)
This closes patch:
http://sourceforge.net/patch/index.php?func=detailpatch&patch_id=101176&group_id=5470
Grammar/Makefile
patch
|
blob
|
history
diff --git
a/Grammar/Makefile
b/Grammar/Makefile
index fe9eaa8bafdad67f48993c0c715bff1729a634b1..a490284020d1ef97919bc4ff1e203e85307a67df 100644
(file)
--- a/
Grammar/Makefile
+++ b/
Grammar/Makefile
@@
-6,6
+6,9
@@
DESTC= $(TOP)/Python/graminit.c
all: install
+# This target is used by the master Makefile to add the objects to the library
+add2lib:
+
install: $(DESTH) $(DESTC)
depend: