diff --git a/ChangeLog b/ChangeLog index a345e3c5..023b6312 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-02-18 Nicola Pero + + * empty.make: Added file that was missing in past commit. + 2007-02-18 Nicola Pero Updated rpm building code, and removed separate debug packages. diff --git a/empty.make b/empty.make new file mode 100644 index 00000000..ffd87793 --- /dev/null +++ b/empty.make @@ -0,0 +1,4 @@ +# An empty makefile used by gnustep-config to print out +# compilation/link flags +include $(GNUSTEP_MAKEFILES)/common.make +include $(GNUSTEP_MAKEFILES)/rules.make \ No newline at end of file