-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added file that had been missing in past commit
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24640 72102866-910b-0410-8b05-ffd578937521
- Loading branch information
nicola
committed
Feb 18, 2007
1 parent
077a78d
commit de205cb
Showing
2 changed files
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
2007-02-18 Nicola Pero <[email protected]> | ||
|
||
* empty.make: Added file that was missing in past commit. | ||
|
||
2007-02-18 Nicola Pero <[email protected]> | ||
|
||
Updated rpm building code, and removed separate debug packages. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |