Skip to content

Commit

Permalink
Cygwin: Fix Makefile indentation, add to CHANGES
Browse files Browse the repository at this point in the history
  • Loading branch information
solardiz committed Jun 25, 2023
1 parent 2157d30 commit 974ee63
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
2 changes: 2 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Significant changes between 2.0.2 and 2.0.3.

Added Cygwin support.

Added pkg-config file.

Changed enforce=users to support "chpasswd" PAM service in addition to
Expand Down
16 changes: 8 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -153,14 +153,14 @@ all locales pam utils install install_lib install_locales install_pam install_ut
SECUREDIR="$(SECUREDIR_DARWIN)" \
LDLIBS_pam="$(LDLIBS_pam_DARWIN)" \
$@_wrapped;; \
CYGWIN_NT*) $(MAKE) CPPFLAGS_lib="$(CPPFLAGS_lib)" \
SHARED_LIB="$(SHARED_LIB_CYGWIN)" \
SHARED_LIBDIR="$(SHARED_LIBDIR_CYGWIN)" \
DEVEL_LIB="$(DEVEL_LIB_CYGWIN)" \
LDFLAGS_lib="$(LDFLAGS_lib_CYGWIN)" \
BINS="$(BINS_CYGWIN)" \
CYGWIN=true \
$@_wrapped;; \
CYGWIN_NT*) $(MAKE) CPPFLAGS_lib="$(CPPFLAGS_lib)" \
SHARED_LIB="$(SHARED_LIB_CYGWIN)" \
SHARED_LIBDIR="$(SHARED_LIBDIR_CYGWIN)" \
DEVEL_LIB="$(DEVEL_LIB_CYGWIN)" \
LDFLAGS_lib="$(LDFLAGS_lib_CYGWIN)" \
BINS="$(BINS_CYGWIN)" \
CYGWIN=true \
$@_wrapped;; \
*) $(MAKE) $@_wrapped;; \
esac

Expand Down

0 comments on commit 974ee63

Please sign in to comment.