diff options
author | Dave Reisner <dreisner@archlinux.org> | 2011-10-13 14:28:37 -0400 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2011-10-13 14:28:45 -0400 |
commit | 7427696c2f0fd15b41df9864ca32b708ff4586d3 (patch) | |
tree | e62dd0f0444dcb803fadd8290502446758cd838c | |
parent | 7d6e4cd18f7169adce68be212f994d9b54d19c2b (diff) | |
download | expac-7427696c2f0fd15b41df9864ca32b708ff4586d3.tar.xz |
remove more references to config.mk
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -14,7 +14,7 @@ LDFLAGS += -lalpm SRC = expac.c OBJ = ${SRC:.c=.o} -DISTFILES = expac.c README.pod Makefile config.mk +DISTFILES = expac.c README.pod all: expac doc @@ -35,7 +35,7 @@ install: expac dist: clean mkdir expac-${VERSION} cp ${DISTFILES} expac-${VERSION} - sed "s/^VERSION = .*/VERSION = ${VERSION}/" config.mk > expac-${VERSION}/config.mk + sed "s/^VERSION = .*/VERSION = ${VERSION}/" Makefile > expac-${VERSION}/Makefile tar cf - expac-${VERSION} | gzip -9 > expac-${VERSION}.tar.gz rm -rf expac-${VERSION} |