diff options
author | kirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-06-17 23:13:57 +0000 |
---|---|---|
committer | kirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-06-17 23:13:57 +0000 |
commit | 3020fe1fd21d2ae0fa912bfa46d7e831b6e1d71b (patch) | |
tree | afa903f29b8eb25377f609afe1f4d53342bb6876 /tests/Makefile | |
parent | cbb4ae40d46def4a413f7e6c4e4a90dca6fe6010 (diff) | |
download | ATCD-3020fe1fd21d2ae0fa912bfa46d7e831b6e1d71b.tar.gz |
updated to include Makefile.DLL_Test
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile index e88ab722732..1e3f70f3e48 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -167,7 +167,7 @@ libDLL_Test.$(SOEXT): DLL_Test.cpp ifdef TEMPINCDIR $(RM) .obj/DLL_Test.o endif - @$(MAKE) -f Makefile.DLL + @$(MAKE) -f Makefile.DLL_Test realclean: clean -$(RM) libDLL_Test.$(SOEXT) log/compilations.log* |