From 5d2b424804ec93567ddf15639f84c4098d80f659 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 1 Dec 2003 14:36:50 +0000 Subject: * Use a system name that does not include the OS manufacturer (i.e., "i686-linux" instead of "i686-suse-linux"). --- src/libstore/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libstore/Makefile.am') diff --git a/src/libstore/Makefile.am b/src/libstore/Makefile.am index 6605a76c2064..3e2777f6abd0 100644 --- a/src/libstore/Makefile.am +++ b/src/libstore/Makefile.am @@ -6,5 +6,5 @@ libstore_a_SOURCES = \ globals.cc globals.hh db.cc db.hh \ references.cc references.hh pathlocks.cc pathlocks.hh -AM_CXXFLAGS = -DSYSTEM=\"@host@\" -Wall \ +AM_CXXFLAGS = -Wall \ -I.. -I../../externals/inst/include -I../libutil -- cgit 1.4.1