diff options
author | Guido Günther <agx@sigxcpu.org> | 2009-06-29 18:40:00 +0200 |
---|---|---|
committer | Richard Jones <rjones@trick.home.annexia.org> | 2009-06-30 09:18:49 +0100 |
commit | b4fade6392ccb2961f0d7e2bf45dfc2e20333aed (patch) | |
tree | d04e8d91c8c8e47842ff337ba6e4870d929557ff /appliance/Makefile.am | |
parent | 3155a268151d70a669517a1f1ea8563a7d91cdb8 (diff) | |
download | libguestfs-b4fade6392ccb2961f0d7e2bf45dfc2e20333aed.tar.gz libguestfs-b4fade6392ccb2961f0d7e2bf45dfc2e20333aed.tar.xz libguestfs-b4fade6392ccb2961f0d7e2bf45dfc2e20333aed.zip |
define REDHAT and DEBIAN
so we can preprocess packagelist.in
Diffstat (limited to 'appliance/Makefile.am')
-rw-r--r-- | appliance/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appliance/Makefile.am b/appliance/Makefile.am index c06d7ae9..93e11679 100644 --- a/appliance/Makefile.am +++ b/appliance/Makefile.am @@ -68,7 +68,7 @@ kmod.whitelist: kmod.whitelist.in grep -v '^[[:space:]]*$$' < $< | grep -v '^#' > $@ packagelist: packagelist.in - cpp -undef -DREDHAT=1 < $< | \ + cpp -undef -D$(DIST)=1 < $< | \ grep -v '^[[:space:]]*$$' | grep -v '^#' > $@ # This is for building the supermin appliance. It has to be enabled |