automake
[Top][All Lists]
Advanced

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

[patch] header.am typo


From: Lars J. Aas
Subject: [patch] header.am typo
Date: Fri, 9 Feb 2001 20:12:12 +0100
User-agent: Mutt/1.2.5i

2001-02-09  Lars J. Aas  <address@hidden>

        * header.am: s,?!NOBASE?,?!BASE?, (typo)

Index: header.am
===================================================================
RCS file: /cvs/automake/automake/header.am,v
retrieving revision 1.28
diff -u -r1.28 header.am
--- header.am   2001/02/09 03:38:16     1.28
+++ header.am   2001/02/09 19:10:04
@@ -24,7 +24,7 @@
 ## A header file can be in the source directory or the build directory.
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 ?BASE?   f="`echo $$p | sed -e 's|^.*/||'`"; \
-?!NOBASE?        f="$$p"; \
+?!BASE?          f="$$p"; \
          echo " $(INSTALL_HEADER) $$d$$p $(DESTDIR)$(@address@hidden)/$$f"; \
          $(INSTALL_HEADER) $$d$$p $(DESTDIR)$(@address@hidden)/$$f; \
        done



reply via email to

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