mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-13 23:27:12 +00:00
build: Don't run ls -l when building ldeether. (#268)
Perhaps this was there as a reminder about it needing to be `setuid`, but it shouldn't be in the default build output.
This commit is contained in:
parent
a0dec4045e
commit
3b25bc27ee
@ -181,7 +181,6 @@ $(OSARCHDIR)$(LDENAME) : $(LIBFILES) $(EXTFILES) $(OSARCHDIR)mkvdate
|
||||
|
||||
$(OSARCHDIR)ldeether : $(SRCDIR)ldeether.c $(DLPIFILES)
|
||||
$(CC) $(CFLAGS) -I$(INCDIR) $(SRCDIR)ldeether.c $(DLPIFILES) $(LDEETHERLDFLAGS) -o $(OSARCHDIR)ldeether
|
||||
ls -l $(OSARCHDIR)ldeether
|
||||
|
||||
$(OSARCHDIR)mkvdate : $(SRCDIR)mkvdate.c $(REQUIRED-INCS)
|
||||
$(CC) $(CFLAGS) -I$(INCDIR) $(SRCDIR)mkvdate.c -o $(OSARCHDIR)mkvdate
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user