]> err.no Git - dpkg/commitdiff
s/top_srcdir/abs_top_srcdir/
authorAdam Heath <doogie@debian.org>
Sat, 13 Sep 2003 18:57:45 +0000 (18:57 +0000)
committerAdam Heath <doogie@debian.org>
Sat, 13 Sep 2003 18:57:45 +0000 (18:57 +0000)
ChangeLog
Makefile.conf.in

index cdc4673ef7e80d1d0b93a4af7b755ab7b899d362..4b0a8715965dd9c22efb74713b5d3ed705b05577 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sat Sep 13 13:57:22 CDT 2003 Adam Heath <doogie@debian.org>
+
+  * Makefile.conf.in: s/top_srcdir/abs_top_srcdir/
+
 Sat Sep 13 13:56:23 CDT 2003 Adam Heath <doogie@debian.org>
 
   * lib/compat.c: s/SYS_SIGLIST_DECLARED/HAVE_DECL_SYS_SIGLIST/
index 67784842224c05dd6edcfec8414115f519a187e5..54e14959ce685912b58a77a24fb6eb882706b23a 100644 (file)
@@ -36,7 +36,7 @@ dpkgconfdir           = $(sysconfdir)/$(PACKAGE)
 alternativesdir                = $(sysconfdir)/alternatives
 
 abs_builddir           = @abs_builddir@
-top_srcdir             = @top_srcdir@
+abs_top_srcdir         = @abs_top_srcdir@
 ifeq ($(strip $(srcdir)),$(strip $(top_srcdir)))
 subdir =
 else