m4-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Changes to m4/src/Makefile.in [branch-1_4]


From: Gary V . Vaughan
Subject: Changes to m4/src/Makefile.in [branch-1_4]
Date: Thu, 31 Mar 2005 04:51:41 -0500

Index: m4/src/Makefile.in
diff -u m4/src/Makefile.in:1.1.1.1.2.1 m4/src/Makefile.in:1.1.1.1.2.2
--- m4/src/Makefile.in:1.1.1.1.2.1      Thu Feb  3 16:43:12 2005
+++ m4/src/Makefile.in  Thu Mar 31 09:51:36 2005
@@ -1,5 +1,5 @@
 # Makefile for GNU m4 sources.
-# Copyright (C) 1994 Free Software Foundation, Inc.
+# Copyright (C) 1994, 2005 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -84,11 +84,12 @@
        $(LINK) ansi2knr.o $(LIBS)
 
 install: all
-       $(srcdir)/../mkinstalldirs $(bindir)
-       $(INSTALL_PROGRAM) m4 $(bindir)/`echo m4 | sed '$(transform)'`
+       $(srcdir)/../mkinstalldirs $(DESTDIR)$(bindir)
+       $(INSTALL_PROGRAM) m4 \
+               $(DESTDIR)$(bindir)/`echo m4 | sed '$(transform)'`
 
 uninstall:
-       rm -f $(bindir)/`echo m4 | sed '$(transform)'`
+       rm -f $(DESTDIR)$(bindir)/`echo m4 | sed '$(transform)'`
 
 tags: TAGS
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]