gnustep-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gnustep-make frameworks: multiple entries in FRAMEWORK_NAME


From: Nicola Pero
Subject: Re: gnustep-make frameworks: multiple entries in FRAMEWORK_NAME
Date: Mon, 9 Dec 2002 12:11:24 +0000 (GMT)

> BTW: this seemed to have got lost some where, or is there a reason for 
> not doing this?:

Thanks - I just forgot it, and since it's for DLLs, and I was testing on
GNU, I didn't notice while testing.  I added it - thanks.


> Index: core/make/Instance/framework.make
> ===================================================================
> RCS file: /cvsroot/gnustep/gnustep/core/make/Instance/framework.make,v
> retrieving revision 1.28
> diff -u -r1.28 framework.make
> --- core/make/Instance/framework.make   3 Dec 2002 16:11:34 -0000       1.28
> +++ core/make/Instance/framework.make   5 Dec 2002 12:31:48 -0000
> @@ -429,7 +429,7 @@
>           if test -d "$(HEADER_FILES_INSTALL_DIR)"; then \
>             rm -Rf $(HEADER_FILES_INSTALL_DIR); \
>           fi; \
> -          $(MKINSTALLDIRS) $(GNUSTEP_INSTANCE); \
> +          $(MKINSTALLDIRS) $(HEADER_FILES_INSTALL_DIR); \
>           cd 
> $(FRAMEWORK_INSTALL_DIR)/$(FRAMEWORK_VERSION_DIR_NAME)/Headers ; \
>              $(TAR) cf - . | (cd  
> $(GNUSTEP_HEADERS)/$(HEADER_FILES_INSTALL_DIR); \
>              $(TAR) xf - ); \




reply via email to

[Prev in Thread] Current Thread [Next in Thread]