Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco van Wieringen committed Feb 17, 2015
1 parent c039ff9 commit e0307f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cats/Makefile.in
Expand Up @@ -237,7 +237,7 @@ install: @LIBTOOL_INSTALL_TARGET@ @LIBTOOL_INSTALL_DEFAULT_BACKEND_TARGET@ @INCL
# Make sure the DDL subdir exists.
#
@if ! test -d $(DESTDIR)$(scriptdir)/ddl; then \
$(MKDIR) $(DESTDIR)$(libdir)/ddl; \
$(MKDIR) $(DESTDIR)$(scriptdir)/ddl; \
fi;

#
Expand Down

0 comments on commit e0307f3

Please sign in to comment.