diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-12-01T14·36+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-12-01T14·36+0000 |
commit | 5d2b424804ec93567ddf15639f84c4098d80f659 (patch) | |
tree | 20c27ca1669b8e694bf2f5c4592b8f58e99418b2 /src/libstore | |
parent | dc05f29cf6e1c5ee557441951116ee3fb35e0e00 (diff) |
* Use a system name that does not include the OS manufacturer (i.e.,
"i686-linux" instead of "i686-suse-linux").
Diffstat (limited to 'src/libstore')
-rw-r--r-- | src/libstore/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |