sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target...
authorbernhardheld <bernhardheld@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sat, 19 Apr 2003 10:36:06 +0000 (10:36 +0000)
committerbernhardheld <bernhardheld@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sat, 19 Apr 2003 10:36:06 +0000 (10:36 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2541 4a8a32a2-be11-0410-ad9d-d568d2c75423

ChangeLog
sim/ucsim/gui.src/Makefile.in

index 85ac10929f1ad4beb524b064969cc39a3d4d2435..0c5bbb9c19d912debe1da90fd1f3848d47d21895 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
 2003-04-19  Bernhard Held <bernhard@bernhardheld.de>
 
        * as/z80/Makefile: fix permanent rebuild of z80
+       * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
 
 2003-04-18     Kevin Vigor <kevin@vigor.nu>
 
index e89449112f683f55298d9b69629b5f99a43bf5b0..4b09fab80d64af2019e1bf942431fa211388dbd9 100644 (file)
@@ -80,9 +80,11 @@ gui_api: ucsim_lib tool_lib
 # Compiling and installing everything and runing test
 # ---------------------------------------------------
 install: install_gui_api
+ifeq ($(curses_ok),yes)
        @for pkg in $(PKGS); do\
          cd $$pkg && $(MAKE) install ; cd ..;\
        done
+endif
 
 install_gui_api: