--- Makefile.vars 2004-04-14 11:35:11.000000000 +0200 +++ Makefile.vars2 2004-04-14 15:25:07.000000000 +0200 @@ -23,7 +23,7 @@ # export all variables not explicitly _un_exported export -PREFIX := / +#PREFIX := / CC := gcc USERFLAGS := -Wall $(DEBUGFLAGS) @@ -44,7 +44,8 @@ $(if $(wildcard /etc/redhat-release),redhat,\ $(if $(wildcard /etc/slackware-version),slackware,\ $(if $(wildcard /etc/ROCK-VERSION),rock,\ - $(if $(wildcard /var/lib/YaST*),suse,))))))) + $(if $(wildcard /var/lib/YaST*),suse,\ + $(if $(wildcard /etc/gentoo-release),gentoo,)))))))) SUBDIRS = user documentation scripts benchmark drbd #testing