The unified diff between revisions [76aea49e..] and [a81fe555..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'src/common/Makefile'
# # old_revision [76aea49e8393c839b573eaac31eb8e2fb218d2d6] # new_revision [a81fe5550c21fa983b4e344e07c29b9cecdf75ea] # # patch "src/common/Makefile" # from [d852a43119a24d18a4b25a1db09b297fc8f9a5ee] # to [046d20ded2088e9e4676d6a40276abbe3eff03af] # ============================================================ --- src/common/Makefile d852a43119a24d18a4b25a1db09b297fc8f9a5ee +++ src/common/Makefile 046d20ded2088e9e4676d6a40276abbe3eff03af @@ -16,4 +16,4 @@ clean: mkdep -- ${CFLAGS} ${CPPFLAGS} ${SRCS} clean: - rm -f ${OBJS} + rm -f ${OBJS} .depend