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
VERSION = 0.0.0
SUBDIRS = src targets
RM ?= rm -f
LN ?= ln -f
TAR ?= tar -czvf
RM = rm -f
LN = ln -f
TAR = tar -czvf
all: subdirs

View File

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