From: drdani Date: Mon, 2 Oct 2000 06:11:59 +0000 (+0000) Subject: Fix of INSTALL problem on cygwin X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=1ddbcb24b0d2b94a9aef24b61797a8541aeb439f;p=fw%2Fsdcc Fix of INSTALL problem on cygwin git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@441 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/sim/ucsim/Makefile b/sim/ucsim/Makefile index 9758b22e..8426e47e 100644 --- a/sim/ucsim/Makefile +++ b/sim/ucsim/Makefile @@ -29,6 +29,7 @@ libs: main.mk # Compiling and installing everything and runing test # --------------------------------------------------- +.PHONY: install INSTALL Install install: $(MAKE) -f main.mk install @for pkg in $(PKGS); do\