diff options
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Makefile.in b/Makefile.in index 25b57987e..4b6dfc477 100644 --- a/Makefile.in +++ b/Makefile.in | |||
@@ -218,13 +218,6 @@ $(CONFIGFILES): $(CONFIGFILES_IN) | |||
218 | moduli: | 218 | moduli: |
219 | echo | 219 | echo |
220 | 220 | ||
221 | # special case target for umac128 | ||
222 | umac128.o: umac.c | ||
223 | $(CC) $(CFLAGS) $(CPPFLAGS) -o umac128.o -c $(srcdir)/umac.c \ | ||
224 | -DUMAC_OUTPUT_LEN=16 -Dumac_new=umac128_new \ | ||
225 | -Dumac_update=umac128_update -Dumac_final=umac128_final \ | ||
226 | -Dumac_delete=umac128_delete -Dumac_ctx=umac128_ctx | ||
227 | |||
228 | clean: regressclean | 221 | clean: regressclean |
229 | rm -f *.o *.a $(TARGETS) logintest config.cache config.log | 222 | rm -f *.o *.a $(TARGETS) logintest config.cache config.log |
230 | rm -f *.out core survey | 223 | rm -f *.out core survey |