update for HEAD-2003091401
[reactos.git] / apps / tests / tokentest / makefile
index b884d39..d2dbaf7 100644 (file)
@@ -8,11 +8,11 @@ TARGET_TYPE = program
 
 TARGET_APPTYPE = console
 
-TARGET_NAME = tokentest
+TARGET_NAME = tokentst
 
 TARGET_SDKLIBS = ntdll.a kernel32.a
 
-TARGET_OBJECTS = $(TARGET_NAME).o
+TARGET_OBJECTS = tokentest.o
 
 include $(PATH_TO_TOP)/rules.mak