From: bernhardheld Date: Sat, 19 Apr 2003 10:36:06 +0000 (+0000) Subject: sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target... X-Git-Url: https://git.gag.com/?p=fw%2Fsdcc;a=commitdiff_plain;h=b6e650674687c1d2b5ab9d6d467cd9252a5d22ae sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all" git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2541 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/ChangeLog b/ChangeLog index 85ac1092..0c5bbb9c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ 2003-04-19 Bernhard Held * 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 diff --git a/sim/ucsim/gui.src/Makefile.in b/sim/ucsim/gui.src/Makefile.in index e8944911..4b09fab8 100644 --- a/sim/ucsim/gui.src/Makefile.in +++ b/sim/ucsim/gui.src/Makefile.in @@ -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: