diff lwlib/Makefile.in.in @ 14:9ee227acff29 r19-15b90

Import from CVS: tag r19-15b90
author cvs
date Mon, 13 Aug 2007 08:48:42 +0200
parents bcdc7deadc19
children 131b0175ea99
line wrap: on
line diff
--- a/lwlib/Makefile.in.in	Mon Aug 13 08:48:18 2007 +0200
+++ b/lwlib/Makefile.in.in	Mon Aug 13 08:48:42 2007 +0200
@@ -16,11 +16,11 @@
 GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with GNU Emacs; see the file COPYING.  If not, write to
+along with XEmacs; see the file COPYING.  If not, write to
 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 Boston, MA 02111-1307, USA.  */
 
-/* Some people use these in paths they define.  We don't want their paths
+/* Some people use these in paths they define.  We do not want their paths
    getting changed on them. */
 #undef sparc
 #undef sun
@@ -55,14 +55,14 @@
    in-place location, it will not get recompiled in the not-in-place
    location.
 
-   The GNU Make `vpath' directive continues this tradition, but at
+   The GNU Make "vpath" directive continues this tradition, but at
    least lets you restrict the classes of files that it applies to.
    This allows us to kludge around the problem. */
 #ifdef USE_GNU_MAKE
 vpath %.c @srcdir@
 vpath %.h @srcdir@
 /* now list files that should NOT be searched in the srcdir.
-   This includes any .c or .h that's built from something else
+   This includes any .c or .h built from something else
    (e.g. a .in file). */
 /* none here */
 #else
@@ -230,7 +230,7 @@
 
 #ifdef ENERGIZE
 ez_dialog:
-	cd energize ; $(MAKE) $(MFLAGS)
+	cd energize && $(MAKE) $(MFLAGS)
 #endif
 
 FRC.mostlyclean:
@@ -238,7 +238,7 @@
 	rm -f liblw.a liblw_pure_*.a *.o
 clean: mostlyclean
 #ifdef ENERGIZE
-	cd energize ; $(MAKE) $(MFLAGS) clean
+	cd energize && $(MAKE) $(MFLAGS) clean
 #endif
 distclean: clean
 	rm -f Makefile Makefile.in .pure