diff options
Diffstat (limited to 'test/unistd/Makefile')
-rw-r--r-- | test/unistd/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/test/unistd/Makefile b/test/unistd/Makefile index b4185c485..ff0bd805f 100644 --- a/test/unistd/Makefile +++ b/test/unistd/Makefile @@ -16,10 +16,7 @@ # along with this program; if not, write to the Free Software Foundation, Inc., # 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -TESTDIR=../ -include $(TESTDIR)/Rules.mak - - +include ../Rules.mak TARGETS=fork fork_glibc vfork vfork_glibc getcwd getopt getopt_long preadwrite all: $(TARGETS) |