From b6e650674687c1d2b5ab9d6d467cd9252a5d22ae Mon Sep 17 00:00:00 2001 From: bernhardheld Date: Sat, 19 Apr 2003 10:36:06 +0000 Subject: [PATCH] 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 --- ChangeLog | 1 + sim/ucsim/gui.src/Makefile.in | 2 ++ 2 files changed, 3 insertions(+) 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: -- 2.30.2