diff --git a/ChangeLog b/ChangeLog index 43cf464..9cbdefe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,4 +2,6 @@ * GNUmakefile (GNUSTEP_INSTALLATION_DIR): Do not set GNUSTEP_INSTALLATION_DIR. It should never be set in GNUmakefiles. - + * Library/GNUmakefile: Same change. + * Modules/GNUmakefile: Same change. + * ProjectCenter/Resources/GNUmakefile: Same change. \ No newline at end of file diff --git a/Library/GNUmakefile b/Library/GNUmakefile index efeb1df..4dda1f1 100644 --- a/Library/GNUmakefile +++ b/Library/GNUmakefile @@ -3,7 +3,6 @@ # include $(GNUSTEP_MAKEFILES)/common.make -GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT) # diff --git a/Library/Resources/GNUmakefile b/Library/Resources/GNUmakefile index 357b154..fc16d99 100644 --- a/Library/Resources/GNUmakefile +++ b/Library/Resources/GNUmakefile @@ -3,7 +3,6 @@ # include $(GNUSTEP_MAKEFILES)/common.make -GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT) # diff --git a/Modules/GNUmakefile b/Modules/GNUmakefile index b577a97..aa7e3d0 100644 --- a/Modules/GNUmakefile +++ b/Modules/GNUmakefile @@ -3,7 +3,6 @@ # include $(GNUSTEP_MAKEFILES)/common.make -GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT) #