Skip to content

Commit

Permalink
Suppress warning message if lesskey.obj does not exist.
Browse files Browse the repository at this point in the history
  • Loading branch information
gwsw committed May 29, 1996
1 parent 0681d38 commit 4840937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.dsu
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ all: less lesskey
# This is really horrible, but the command line is too long for
# MS-DOS if we try to link $(OBJ).
less: $(OBJ)
-del lesskey.obj
-if exist lesskey.obj del lesskey.obj
$(CC) $(LDFLAGS) -o $@ *.obj $(LIBS)

lesskey: lesskey.obj version.obj
Expand Down

0 comments on commit 4840937

Please sign in to comment.