]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PDF/libpdf.pkg
set PLATFORM to the operating system (linux, macosx, alpha, ...) and
[u/mrichter/AliRoot.git] / PDF / libpdf.pkg
index e19e41ba685a215c02c973101d7ff8cef6f71a5e..fe5a78096521581dec5712eab66d071fb568edd2 100644 (file)
@@ -393,7 +393,7 @@ npdf/structa.F
 
 PACKFFLAGS := $(FFLAGS) -IPDF/pdf
 
-ifeq ($(PLATFORM),linux)
+ifeq ($(ALICE_TARGET),linux)
    GCC_VERSION    := $(shell $(CXX) -v 2>&1 | \
                      grep version | cut -d' ' -f3)
    ifeq ($(GCC_VERSION),2.96)