diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..f5f4a85 --- /dev/null +++ b/ChangeLog @@ -0,0 +1,8 @@ +Sat Jan 19 09:46:17 2002 Nicola Pero + + * ChangeLog: Added again, to record changes in top level files. + * GNUmakefile (GNUSTEP_MAKEFILES): Do not define. + (Version): Use -include instead of include to make it compile + since this file is missing (Reported by Dan Pascu + ). + diff --git a/GNUmakefile b/GNUmakefile index 537d6fb..f970bf7 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -25,11 +25,10 @@ # Install into the system root by default GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT) -GNUSTEP_MAKEFILES = $(GNUSTEP_SYSTEM_ROOT)/Makefiles - include $(GNUSTEP_MAKEFILES)/common.make -include ./Version +# ? +-include ./Version PACKAGE_NAME = ProjectCenter