summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2004-12-05 00:45:01 +0000
committerMarius Mauch <genone@gentoo.org>2004-12-05 00:45:01 +0000
commit951d792c9c535d58eae3035376fa0aaf88c24749 (patch)
tree3bdc7e58b6acd076db63b945afe7e0f5db8f15e4 /dev-util/gambas/files
parentVersion bump. (diff)
downloadhistorical-951d792c9c535d58eae3035376fa0aaf88c24749.tar.gz
historical-951d792c9c535d58eae3035376fa0aaf88c24749.tar.bz2
historical-951d792c9c535d58eae3035376fa0aaf88c24749.zip
fixing the Makefile
Diffstat (limited to 'dev-util/gambas/files')
-rw-r--r--dev-util/gambas/files/Makefile.am-1.0_rc24
1 files changed, 0 insertions, 4 deletions
diff --git a/dev-util/gambas/files/Makefile.am-1.0_rc2 b/dev-util/gambas/files/Makefile.am-1.0_rc2
index a830a9e0bf27..863cf55ba0cb 100644
--- a/dev-util/gambas/files/Makefile.am-1.0_rc2
+++ b/dev-util/gambas/files/Makefile.am-1.0_rc2
@@ -26,10 +26,6 @@ install-exec-local:
@echo "Installing the development environment..."
@(cd $(srcdir)/app; d=`pwd`; for p in *; do echo "Compiling $$p..."; cd $$d/$$p; \
$(DESTDIR)$(bindir)/gbc -ag; $(DESTDIR)$(bindir)/gba; rm -rf .gambas; $(INSTALL) $$p $(DESTDIR)$(bindir); done)
- @if test "$(bindir)" != "$(ROOT)/usr/bin" && test "$(bindir)" != "$(ROOT)/usr/bin/"; then \
- rm -f $(ROOT)/usr/bin/gambas; \
- ln -s $(DESTDIR)$(bindir)/gambas $(ROOT)/usr/bin/gambas; \
- fi
@echo
@echo "Installing the gambas help files..."