l4-hurd
[Top][All Lists]
Advanced

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

[PATCH] Allow physmem to be compiled outside of the source directory


From: Daniel Wagner
Subject: [PATCH] Allow physmem to be compiled outside of the source directory
Date: Thu, 23 Oct 2003 13:35:37 +0200
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.2 (gnu/linux)

Hi,

For compiling physmem outside the source direcotry, a patch like the
attached one is needed.

thanks,
daniel


2003-10-23  Daniel Wagner  <address@hidden>

        * Makefile.am (AM_CPPFLAGS): New variable.


Index: Makefile.am
===================================================================
RCS file: /cvsroot/hurd/hurd-l4/physmem/Makefile.am,v
retrieving revision 1.11
diff -u -p -r1.11 Makefile.am
--- Makefile.am 12 Oct 2003 22:35:17 -0000      1.11
+++ Makefile.am 23 Oct 2003 11:29:58 -0000
@@ -18,6 +18,8 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
 
+AM_CPPFLAGS=-I$(top_srcdir)/libc-parts
+
 if ARCH_IA32
   ARCH_SOURCES = ia32-crt0.S ia32-cmain.c
 endif





reply via email to

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