diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -88,7 +88,7 @@ ${LIBUTIL}: ${LIBUTILOBJ} ${RANLIB} $@ ${LIBXML}: ${LIBXMLOBJ} - ${AR} rc $@ $? + ${AR} -rc $@ $? ${RANLIB} $@ dist: |