Skip to content

Commit

Permalink
Add missing \ in SRCS in src/macports1.0/Makefile.in
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonIsaac committed Dec 5, 2016
1 parent cd2cc74 commit 7733405
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/macports1.0/Makefile.in
Expand Up @@ -3,8 +3,8 @@ VPATH = @srcdir@

include ../../Mk/macports.autoconf.mk

SRCS= macports.tcl macports_dlist.tcl macports_util.tcl \
macports_autoconf.tcl diagnose.tcl reclaim.tcl macports_libsolv.tcl
SRCS= macports.tcl macports_dlist.tcl macports_util.tcl \
macports_autoconf.tcl diagnose.tcl reclaim.tcl macports_libsolv.tcl \
selfupdate.tcl
OBJS= macports.o get_systemconfiguration_proxies.o sysctl.o
SHLIB_NAME= MacPorts${SHLIB_SUFFIX}
Expand Down

0 comments on commit 7733405

Please sign in to comment.