Browse Source

* UnixHier

peter 20 years ago
parent
commit
3f18d6abdc
2 changed files with 6 additions and 3 deletions
  1. 1 1
      ide/Makefile
  2. 5 2
      ide/Makefile.fpc

+ 1 - 1
ide/Makefile

@@ -1998,7 +1998,7 @@ nogdb:
 	$(MAKE) buildfp NOGDB=1
 all: gdb
 clean: cleanall
-ifndef UNIXINSTALLDIR
+ifndef UNIXHier
 override INSTALL_DATADIR=$(INSTALL_BINDIR)
 endif
 install: fpc_install

+ 5 - 2
ide/Makefile.fpc

@@ -161,7 +161,7 @@ clean: cleanall
 # Installation
 #
 
-ifndef UNIXINSTALLDIR
+ifndef UNIXHier
 override INSTALL_DATADIR=$(INSTALL_BINDIR)
 endif
 
@@ -184,7 +184,10 @@ clean_compiler:
 
 #
 # $Log$
-# Revision 1.27  2004-11-11 15:20:52  florian
+# Revision 1.28  2004-12-20 18:58:46  peter
+#   * UnixHier
+#
+# Revision 1.27  2004/11/11 15:20:52  florian
 #   * applied Peter's patch from yesterday
 #
 # Revision 1.26  2004/11/05 19:10:18  peter