summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNathan Scott <nathans@sgi.com>2002-11-30 02:48:51 +0000
committerNathan Scott <nathans@sgi.com>2002-11-30 02:48:51 +0000
commitaa48fa3df5525c8346b24e062338935c19424fe7 (patch)
treebd1be6e2eff1a9c6d319b4c6f522583f9ff443d5 /Makefile
parent92ff8d8934ac441a2c55abbe8318969dfe3be772 (diff)
downloadattr-aa48fa3df5525c8346b24e062338935c19424fe7.tar.gz
attr package I18N changes.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 46d0bf0..d43cb0b 100644
--- a/Makefile
+++ b/Makefile
@@ -37,13 +37,13 @@ ifeq ($(HAVE_BUILDDEFS), yes)
include $(TOPDIR)/include/builddefs
endif
-CONFIGURE = configure include/builddefs
+CONFIGURE = configure include/builddefs include/config.h
LSRCFILES = configure configure.in Makepkgs install-sh README VERSION
LDIRT = config.log .dep config.status config.cache confdefs.h conftest* \
Logs/* built .census install.* install-dev.* install-lib.* *.gz
-SUBDIRS = include libattr attr getfattr setfattr test man doc debian build
+SUBDIRS = include libattr attr getfattr setfattr test man doc po debian build
default: $(CONFIGURE)
ifeq ($(HAVE_BUILDDEFS), no)