From: David Howells Date: Thu, 9 Jan 2014 13:50:07 +0000 (+0000) Subject: rxgen: Move rxgen.pl to its own dir X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=f7a91d58f561418d42af6a380d486ab7adf3cd9e;p=users%2Fdhowells%2Fkafs-utils.git rxgen: Move rxgen.pl to its own dir Move rxgen.pl to its own dir so that it can be split up. Signed-off-by: David Howells --- diff --git a/Makefile b/Makefile index eb31107..db0d310 100644 --- a/Makefile +++ b/Makefile @@ -4,8 +4,8 @@ CFLAGS := $(shell python3-config --cflags) pykafs.so: afs_xg.c afs_py.c afs_py.h python3 compile_pykafs.py build -afs_xg.c afs_py.c afs_py.h: afs_xg.h rxgen.pl - ./rxgen.pl afs_xg.h +afs_xg.c afs_py.c afs_py.h: afs_xg.h ./rxgen/rxgen.pl + ./rxgen/rxgen.pl afs_xg.h clean: find \( -name "*~" -o -name "*.o" -o -name "*.so" \) -delete diff --git a/rxgen.pl b/rxgen/rxgen.pl similarity index 100% rename from rxgen.pl rename to rxgen/rxgen.pl