mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 04:11:08 +00:00
Fix 'make clean' bug in for app (Bug 4230)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5619 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -26,7 +26,7 @@ install:
|
|||||||
done
|
done
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f *.o astman smsq stereoize .depend
|
rm -f *.o astman smsq stereorize .depend
|
||||||
|
|
||||||
astman: astman.o ../md5.o
|
astman: astman.o ../md5.o
|
||||||
$(CC) $(CFLAGS) -o astman astman.o ../md5.o -lnewt
|
$(CC) $(CFLAGS) -o astman astman.o ../md5.o -lnewt
|
||||||
|
Reference in New Issue
Block a user