1
0
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:
Bruce Mitchener 2021-01-22 04:20:17 +07:00 committed by GitHub
parent a0dec4045e
commit 3b25bc27ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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