Re-generated Makefiles

This commit is contained in:
Pierre Pronchery 2013-01-07 02:21:31 +01:00
parent a6cc6ae07a
commit b4412578af
2 changed files with 6 additions and 6 deletions

View File

@ -1,9 +1,9 @@
PACKAGE = scripts PACKAGE = scripts
VERSION = 0.0.0 VERSION = 0.0.0
SUBDIRS = src targets SUBDIRS = src targets
RM ?= rm -f RM = rm -f
LN ?= ln -f LN = ln -f
TAR ?= tar -czvf TAR = tar -czvf
all: subdirs all: subdirs

View File

@ -1,8 +1,8 @@
PREFIX = /usr/local PREFIX = /usr/local
DESTDIR = DESTDIR =
MKDIR ?= mkdir -p MKDIR = mkdir -p
INSTALL ?= install INSTALL = install
RM ?= rm -f RM = rm -f
all: all: