summaryrefslogtreecommitdiffstats
path: root/perl-install/verify_c
Commit message (Expand)AuthorAgeFilesLines
* fix the regexpPascal Rigaux2001-03-081-1/+1
* no_commentPascal Rigaux1999-10-201-1/+1
* "See_The_Changelog"Chmouel Boudjnah1999-07-011-0/+14
CR = "$(_DISTRIB_NAME) release $(DISTRIB_VERSION)" # not config, but useful everywhere :) ARCH := $(patsubst i%86,i386,$(shell uname -m)) ARCH := $(patsubst sparc%,sparc,$(ARCH)) PKG_ARCH := $(patsubst i386,i586,$(ARCH)) ifeq (x86_64, $(ARCH)) LIB = lib64 else LIB = lib endif