Magellan Linux

Diff of /trunk/am-wrapper/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3074 by niro, Tue Sep 11 14:18:04 2012 UTC revision 3075 by niro, Mon May 14 10:39:25 2018 UTC
# Line 3  PVER = $(shell cat VERSION) Line 3  PVER = $(shell cat VERSION)
3    
4  ARCH := $(patsubst i%86,i386,$(shell uname -m))  ARCH := $(patsubst i%86,i386,$(shell uname -m))
5  ifeq (x86_64, $(ARCH))  ifeq (x86_64, $(ARCH))
6          LIB = lib64   LIB = lib64
7  else  else
8          LIB = lib   LIB = lib
9  endif  endif
10    
11  PREFIX = /usr  PREFIX = /usr

Legend:
Removed from v.3074  
changed lines
  Added in v.3075