diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-07-10 04:31:05 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-07-10 04:31:05 +0000 |
| commit | 2abbf01125731caf99490eca58db6debce717947 (patch) | |
| tree | 8cb07f4c5f933c0cc1f50d03aa68901ed0f10919 /data | |
| parent | 425b1734c9c195dfa0717627780072f24b5def56 (diff) | |
update the build system, using a single Makefile.am for a sexyass non-recursive make. booyah!
Diffstat (limited to 'data')
| -rw-r--r-- | data/.cvsignore | 2 | ||||
| -rw-r--r-- | data/Makefile | 4 | ||||
| -rw-r--r-- | data/Makefile.am | 10 |
3 files changed, 4 insertions, 12 deletions
diff --git a/data/.cvsignore b/data/.cvsignore index 3dda7298..e69de29b 100644 --- a/data/.cvsignore +++ b/data/.cvsignore @@ -1,2 +0,0 @@ -Makefile.in -Makefile diff --git a/data/Makefile b/data/Makefile new file mode 100644 index 00000000..b90edacf --- /dev/null +++ b/data/Makefile @@ -0,0 +1,4 @@ +all clean install: + $(MAKE) -C .. -$(MAKEFLAGS) $@ + +.PHONY: all clean install diff --git a/data/Makefile.am b/data/Makefile.am deleted file mode 100644 index 99d47b3a..00000000 --- a/data/Makefile.am +++ /dev/null @@ -1,10 +0,0 @@ -rcdir=$(datadir)/openbox - -rc_DATA=rc3 - -EXTRA_DIST=$(rc_DATA) - -MAINTAINERCLEANFILES=Makefile.in - -distclean-local: - $(RM) *\~ *.orig *.rej .\#* |
