commit-hurd
[Top][All Lists]
Advanced

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

hurd-l4/physmem ChangeLog Makefile.am


From: Daniel Wagner
Subject: hurd-l4/physmem ChangeLog Makefile.am
Date: Fri, 24 Oct 2003 12:25:59 -0400

CVSROOT:        /cvsroot/hurd
Module name:    hurd-l4
Branch:         
Changes by:     Daniel Wagner <address@hidden>  03/10/24 12:25:59

Modified files:
        physmem        : ChangeLog Makefile.am 

Log message:
        Use top_srcdir instead of top_builddir.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/hurd/hurd-l4/physmem/ChangeLog.diff?tr1=1.6&tr2=1.7&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/hurd/hurd-l4/physmem/Makefile.am.diff?tr1=1.11&tr2=1.12&r1=text&r2=text

Patches:
Index: hurd-l4/physmem/ChangeLog
diff -u hurd-l4/physmem/ChangeLog:1.6 hurd-l4/physmem/ChangeLog:1.7
--- hurd-l4/physmem/ChangeLog:1.6       Thu Oct 16 09:26:45 2003
+++ hurd-l4/physmem/ChangeLog   Fri Oct 24 12:25:59 2003
@@ -1,3 +1,8 @@
+2003-10-24  Daniel Wagner  <address@hidden>
+
+       * Makefile.am (physmem_CPPFLAGS): Use top_scrdir instead of 
+       top_builddir.
+
 2003-10-16  Marcus Brinkmann  <address@hidden>
 
        * output.c (shutdown): New function.
Index: hurd-l4/physmem/Makefile.am
diff -u hurd-l4/physmem/Makefile.am:1.11 hurd-l4/physmem/Makefile.am:1.12
--- hurd-l4/physmem/Makefile.am:1.11    Sun Oct 12 18:35:17 2003
+++ hurd-l4/physmem/Makefile.am Fri Oct 24 12:25:59 2003
@@ -24,8 +24,8 @@
 
 noinst_PROGRAMS = physmem
 
-physmem_CPPFLAGS = -I$(top_builddir)/include                   \
-       -I$(top_builddir)/libc-parts $(AM_CPPFLAGS)
+physmem_CPPFLAGS = -I$(top_srcdir)/include                     \
+       -I$(top_srcdir)/libc-parts $(AM_CPPFLAGS)
 
 physmem_SOURCES = $(ARCH_SOURCES)                              \
        output.h output.c                                       \




reply via email to

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