mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-17 08:49:31 -06:00
Do not use prefix inside the binary dist
This commit is contained in:
@@ -4,8 +4,6 @@ GF_LIB_DIR=$(libdir)/GF-$(PACKAGE_VERSION)
|
||||
|
||||
install:
|
||||
$(INSTALL) -d $(bindir)
|
||||
$(INSTALL) ./$(bindir)/* $(bindir)
|
||||
# overwrite the old one with the newly configured one if there is one
|
||||
[ -f jgf ] && $(INSTALL) jgf $(bindir)
|
||||
$(INSTALL) gf gfdoc jgf $(bindir)
|
||||
$(INSTALL) -d $(GF_LIB_DIR)
|
||||
$(INSTALL) -m 0644 ./$(GF_LIB_DIR)/* $(GF_LIB_DIR)
|
||||
$(INSTALL) -m 0644 gf-java.jar $(GF_LIB_DIR)
|
||||
|
||||
Reference in New Issue
Block a user