diff options
Diffstat (limited to 'test/signal/Makefile')
-rw-r--r-- | test/signal/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/signal/Makefile b/test/signal/Makefile index f193b16d1..cf3144c0d 100644 --- a/test/signal/Makefile +++ b/test/signal/Makefile @@ -16,8 +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 CFLAGS += -D_GNU_SOURCE |