Loading...
--- Libc/Libc-1725.40.4/tests/FreeBSD/gen/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-FreeBSD_gen_DIR := $(dir $(lastword $(MAKEFILE_LIST)))
-
-VPATH += ${FreeBSD_gen_DIR}
-popen_test: OTHER_LDFLAGS += -latf-c
-t_basedirname: OTHER_LDFLAGS += -latf-c
-
-# This could likely both be generalized, but until we start adding more tests
-# that we can actually test it against we'll just do an ad-hoc build and install
-# for popen_test.
-install-popen_test: popen_test
- mkdir -p $(INSTALLDIR)
- install -m 0755 $(SYMROOT)/popen_test $(INSTALLDIR)
-
-install-t_basedirname: t_basedirname
- mkdir -p $(INSTALLDIR)
- install -m 0755 $(SYMROOT)/t_basedirname $(INSTALLDIR)