Skip to content

Commit

Permalink
Renamed Makefiles to GNUmakefile.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@2558 72102866-910b-0410-8b05-ffd578937521
  • Loading branch information
ovidiucp committed Oct 28, 1997
1 parent 139fc6c commit 7788661
Show file tree
Hide file tree
Showing 6 changed files with 54 additions and 90 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
@@ -1,3 +1,9 @@
Mon Oct 27 18:01:38 1997 Ovidiu Predescu <ovidiu@net-community.com>

* Makefile: Renamed to GNUmakefile.
* Makefile.preamble: Renamed to GNUmakefile.preamble.
* Makefile.postamble: Renamed to GNUmakefile.postamble.

Mon Oct 27 17:18:39 1997 Ovidiu Predescu <ovidiu@net-community.com>

* core.make: Use dashes instead of underscores in the library combo.
Expand Down
12 changes: 6 additions & 6 deletions Makefile.in → GNUmakefile.in
@@ -1,7 +1,7 @@
#
# Makefile.in
# GNUmakefile.in
#
# Main makefile for the GNUstep Makefile Package.
# Main GNUmakefile for the GNUstep GNUmakefile Package.
#
# Copyright (C) 1997 Free Software Foundation, Inc.
#
Expand All @@ -20,8 +20,8 @@
# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.

#
# I've thought about using the makefile package files
# to install the makefile package, a cool little recursion,
# I've thought about using the Makefile package files
# to install the GNUmakefile package, a cool little recursion,
# but there is nothing to made, and the files get installed
# in a special directory, so it was simpler this way.
#
Expand Down Expand Up @@ -83,8 +83,8 @@ clean:
rm -f *~ which_lib

distclean: clean
rm -f Makefile config.make
rm -f GNUmakefile config.make
rm -f config.cache config.log config.status

Makefile: Makefile.in config.status
GNUmakefile: GNUmakefile.in config.status
$(SHELL) config.status
2 changes: 1 addition & 1 deletion Makefile.postamble → GNUmakefile.postamble
@@ -1,5 +1,5 @@
#
# Makefile.postamble
# GNUmakefile.postamble
#
# Project specific makefile rules
#
Expand Down
43 changes: 0 additions & 43 deletions Makefile.preamble

This file was deleted.

0 comments on commit 7788661

Please sign in to comment.