From f7a91d58f561418d42af6a380d486ab7adf3cd9e Mon Sep 17 00:00:00 2001 From: David Howells Date: Thu, 9 Jan 2014 13:50:07 +0000 Subject: [PATCH] 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 --- Makefile | 4 ++-- rxgen.pl => rxgen/rxgen.pl | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename rxgen.pl => rxgen/rxgen.pl (100%) 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 -- 2.50.1